Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 30 Jul 2010 11:55:56 +0000 (13:55 +0200)
committerPhilip Withnall <philip@tecnocode.co.uk>
Wed, 4 Aug 2010 23:53:43 +0000 (00:53 +0100)
Closes: bgo#625650
gtk/gtktreeselection.c

index 7272f43c82047aa8fb56199fd1480b32f4cf6cef..61445c5a67ebebf6be2610ed7c80ec857b5d0a35 100644 (file)
@@ -402,7 +402,7 @@ gtk_tree_selection_get_selected (GtkTreeSelection  *selection,
 /**
  * gtk_tree_selection_get_selected_rows:
  * @selection: A #GtkTreeSelection.
- * @model: (out) (allow-none): A pointer to set to the #GtkTreeModel, or %NULL.
+ * @model: (out) (allow-none) (transfer none): A pointer to set to the #GtkTreeModel, or %NULL.
  *
  * Creates a list of path of all selected rows. Additionally, if you are
  * planning on modifying the model after calling this function, you may